Get-messagetrackinglogs MessageSubject [Undisclosed]

Hello Guys,

How do you think I get the actual message subject when running the Get-MessageTrackingLogs. I'm getting [Undisclosed] from the result.

Timestamp    MessageID  MessageSubject ClientHostname EventId
30/04/2015 06:03 <c3f7e127630e451ca837211c37de979d@xxxxxxx.net> [Undisclosed] xxxxxxxxxxx DELIVER

Thanks!

BR,
Uddan

June 8th, 2015 12:18am

See the notes about subject logging in this article.

https://technet.microsoft.com/en-us/library/bb124375(v=exchg.150).aspx

Free Windows Admin Tool Kit Click here and download it now
June 8th, 2015 1:45am

Hi Uddan,

The tracking of message subjects is controlled by the MessageTrackingLogSubjectLoggingEnabled parameter in the Set-TransportService or Set-MailboxServer cmdlets. By default, message subject tracking is enabled.

If you set the MessageTrackingLogSubjectLoggingEnabled parameter to false, you will get the [Undisclosed] result.

I recommend you use the following command to check if the value is false:

Get-MailboxServer "TransportServer" |fl name,MessageTrackingLogSubjectLoggingEnabled
Best regards,

June 10th, 2015 4:49am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics